var error_msg_843 = ""; function validate_email_843(mail) { if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(mail)) { return (true); } error_msg_843 = "Имэйл хаягаа зөв оруулна уу"; return (false); } function getCookie_843(cname) { var name_843 = cname + "="; var decodedCookie_843 = decodeURIComponent(document.cookie); var ca_843 = decodedCookie_843.split(';'); for(var i = 0; i < ca_843.length; i++) { var c_843 = ca_843[i]; while (c_843.charAt(0) == ' ') { c_843 = c_843.substring(1); } if (c_843.indexOf(name_843) == 0) { return c_843.substring(name_843.length, c_843.length); } } return ""; } function subscribe_submit_843(){ var form_843 = document.querySelector('#subscribe-form-843'); var data_843 = new FormData(form_843); var url_843 = "/api.php/subscription/save?site_id=632&id=843" + '&cookie_id=' + getCookie_843("cookie_id") + '&short_cookie_id=' + getCookie_843("short_cookie_id"); var xhr_843 = new XMLHttpRequest(); if (window.XMLHttpRequest) { // Mozilla, Safari, ... var xhr_843 = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE var xhr_843 = new ActiveXObject("Microsoft.XMLHTTP"); } xhr_843.open('POST', url_843, true); xhr_843.onload = function () { /* do something to response */ console.log(this.responseText); document.getElementById("subscription-form-container-843").innerHTML = this.responseText; }; var valid_843 = 1; if(form_843.querySelector('input[name="subscriber[name]"]')){ if(form_843.querySelector('input[name="subscriber[name]"]').value.trim().length > 0){ }else{ valid_843 = 0; form_843.querySelector('input[name="subscriber[name]"]').setAttribute("style", "border-color: red;"); } } if(form_843.querySelector('input[name="subscriber[email]"]')){ if(form_843.querySelector('input[name="subscriber[email]"]').value.trim().length > 0){ }else{ valid_843 = 0; form_843.querySelector('input[name="subscriber[email]"]').setAttribute("style", "border-color: red;"); } } if(form_843.querySelector('input[name="subscriber[phone]"]')){ if(form_843.querySelector('input[name="subscriber[phone]"]').value.trim().length > 0){ }else{ valid_843 = 0; form_843.querySelector('input[name="subscriber[phone]"]').setAttribute("style", "border-color: red;"); } } if(form_843.querySelector('input[name="subscription[company_name]"]')){ if(form_843.querySelector('input[name="subscription[company_name]"]').value.trim().length > 0){ }else{ valid_843 = 0; form_843.querySelector('input[name="subscription[company_name]"]').setAttribute("style", "border-color: red;"); } } if(form_843.querySelector('input[name="subscription[company_position]"]')){ if(form_843.querySelector('input[name="subscription[company_position]"]').value.trim().length > 0){ }else{ valid_843 = 0; form_843.querySelector('input[name="subscription[company_position]"]').setAttribute("style", "border-color: red;"); } } if(form_843.querySelector('input[name="subscription[title]"]')){ if(form_843.querySelector('input[name="subscription[title]"]').value.trim().length > 0){ }else{ valid_843 = 0; form_843.querySelector('input[name="subscription[title]"]').setAttribute("style", "border-color: red;"); } } if(form_843.querySelector('textarea[name="subscription[body]"]')){ if(form_843.querySelector('textarea[name="subscription[body]"]').value.trim().length > 0){ }else{ valid_843 = 0; form_843.querySelector('textarea[name="subscription[body]"]').setAttribute("style", "border-color: red;"); } } if(valid_843 == 0){ error_msg_843 = "Талбаруудыг бүрэн бөглөнө үү!"; } if(!validate_email_843(form_843.querySelector('input[name="subscriber[email]"]').value)){ form_843.querySelector('input[name="subscriber[email]"]').style="border-color: red;"; valid_843 = 0; }else{ } if(valid_843){ document.querySelector('#subscribe-form-843').style.display = "none"; document.querySelector('#subscription-form-loading-843').style.display = "inline"; xhr_843.send(data_843); }else{ alert(error_msg_843); } } // function postRequest_843(strURL) { var xmlHttp_843; if (window.XMLHttpRequest) { // Mozilla, Safari, ... var xmlHttp_843 = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE var xmlHttp_843 = new ActiveXObject("Microsoft.XMLHTTP"); } xmlHttp_843.open('POST', strURL, true); xmlHttp_843.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xmlHttp_843.onreadystatechange = function() { if (xmlHttp_843.readyState == 4) { updatepage_843(xmlHttp_843.responseText); } } xmlHttp_843.send(strURL); } // function updatepage_843(str){ document.getElementById("subscription-form-container-843").innerHTML = str; } //'//www.mongolia-tourism.com' + var get_url_843 = '/api.php/subscription/renderform?site_id=632' + '&id=843' + '&placeholder[subscriber][name]=Name &placeholder[subscriber][email]=Email &placeholder[subscription][title]=Estimated Arrival date &placeholder[subscription][body]=Message &send=SEND INQUIRY' ; postRequest_843(get_url_843);